# A tibble: 4 x 3
# Groups: Location [3]
Location interview_type Number_of_interviews
<chr> <chr> <int>
1 ej in_person 1
2 ej remote 1
3 gaza in_person 2
4 west_bank in_person 6
# A tibble: 3 x 3
# Groups: interview_type [2]
interview_type Date Number_of_interviews
<chr> <date> <int>
1 in_person 2021-06-03 6
2 in_person 2021-06-07 3
3 remote 2021-06-03 1
# A tibble: 3 x 3
# Groups: Location [3]
Location `Face to Face` Phone
<chr> <int> <int>
1 ej 1 1
2 gaza 2 0
3 west_bank 6 0
# A tibble: 4 x 3
# Groups: Governorate [4]
Governorate interview_type Number_of_interviews
<chr> <chr> <int>
1 nablus in_person 2
2 qalqiliya in_person 2
3 ramallah in_person 1
4 salfit in_person 1
# A tibble: 2 x 3
# Groups: interview_type [1]
interview_type Date Number_of_interviews
<chr> <date> <int>
1 in_person 2021-06-03 3
2 in_person 2021-06-07 3
# A tibble: 2 x 3
# Groups: Municipality [2]
Municipality interview_type Number_of_interviews
<chr> <chr> <int>
1 al_mughraqa in_person 1
2 gaza in_person 1
# A tibble: 1 x 3
# Groups: interview_type [1]
interview_type Date Number_of_interviews
<chr> <date> <int>
1 in_person 2021-06-03 2
# A tibble: 2 x 2
# Groups: Municipality [2]
Municipality in_person
<chr> <int>
1 al_mughraqa 1
2 gaza 1
# A tibble: 2 x 3
# Groups: Location [1]
Location interview_type Number_of_interviews
<chr> <chr> <int>
1 ej in_person 1
2 ej remote 1
# A tibble: 2 x 3
# Groups: interview_type [2]
interview_type Date Number_of_interviews
<chr> <date> <int>
1 in_person 2021-06-03 1
2 remote 2021-06-03 1
# A tibble: 1 x 3
# Groups: Location [1]
Location in_person remote
<chr> <int> <int>
1 ej 1 1